* themes/tsdh-dark-theme.el (tsdh-dark): Refine mode-line faces.
authorTassilo Horn <tsdh@gnu.org>
Fri, 31 May 2013 07:15:51 +0000 (09:15 +0200)
committerTassilo Horn <tsdh@gnu.org>
Fri, 31 May 2013 07:15:51 +0000 (09:15 +0200)
etc/ChangeLog
etc/themes/tsdh-dark-theme.el

index 64895a70e6f1346e9c4c41b40b69bc9e5cd81f9f..087f35017ecdcec7baa372938bf889ef89d8ea5c 100644 (file)
@@ -1,3 +1,7 @@
+2013-05-31  Tassilo Horn  <tsdh@gnu.org>
+
+       * themes/tsdh-dark-theme.el (tsdh-dark): Refine mode-line faces.
+
 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
 
        * refcards/refcard.tex: Refine some entries.  (Bug#14087)
index 7b0c711f3b41845f65e921b64a65875c00909f94..cd76f22aab1f20167c7ce2c35ae98c1b8d5936de 100644 (file)
@@ -73,8 +73,8 @@ Used and created by Tassilo Horn.")
  '(magit-section-title ((t (:inherit magit-header :background "dark slate blue"))))
  '(menu ((t (:background "gray30" :foreground "gray70"))))
  '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold))))
- '(mode-line ((t (:box (:line-width 1 :color "red") :family "DejaVu Sans"))))
- '(mode-line-inactive ((t (:inherit mode-line :foreground "dim gray"))))
+ '(mode-line ((t (:background "gray30" :box (:line-width 1 :color "red") :family "DejaVu Sans"))))
+ '(mode-line-inactive ((t (:inherit mode-line :foreground "dark gray"))))
  '(org-agenda-date ((t (:inherit org-agenda-structure))) t)
  '(org-agenda-date-today ((t (:inherit org-agenda-date :underline t))) t)
  '(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "green"))) t)